-- background: 2740 from stack: in -- bmap block id: 3622 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on OpenStack hide menubar end OpenStack -- part 1 (field) -- low flags: 00 -- high flags: 2004 -- rect: left=61 top=0 right=144 bottom=207 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 201 -- text size: 10 -- style flags: 0 -- line height: 11 -- part name: -- part 3 (field) -- low flags: 00 -- high flags: 2004 -- rect: left=141 top=92 right=236 bottom=287 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 201 -- text size: 10 -- style flags: 0 -- line height: 11 -- part name: -- part 4 (field) -- low flags: 81 -- high flags: 2007 -- rect: left=247 top=151 right=342 bottom=453 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 201 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: info ----- HyperTalk script ----- on MouseUp hide bkgnd field "info" show bkgnd button "?" end MouseUp -- part 5 (button) -- low flags: 00 -- high flags: A004 -- rect: left=291 top=155 right=176 bottom=314 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ? ----- HyperTalk script ----- on mouseUp global origin get the loc of bkgnd button "?" put it into origin put item 1 of it into orH repeat with x = 1 to 10 get the loc of bkgnd button "?" put x * 5 + orH into new put new into item 1 of it set the loc of bkgnd button "?" to it end repeat SHOW BKGND FIELD "FLICK" GLOBAL STORAGE REPEAT FOR 3 REPEAT WITH X = 1 TO 10 GET ITEM X OF STORAGE PUT IT INTO LINE 1 OF BKGND FIELD "FLICK" END REPEAT END REPEAT put empty into bkgnd field "flick" HIDE BKGND FIELD "FLICK" show bkgnd field "info" hide bkgnd button "?" set the loc of bkgnd button "?" to origin end mouseUp -- part 6 (field) -- low flags: 80 -- high flags: 0004 -- rect: left=238 top=182 right=325 bottom=387 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 210 -- text size: 96 -- style flags: 0 -- line height: 128 -- part name: flick -- part 7 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=62 top=155 right=177 bottom=85 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go Home ----- HyperTalk script ----- on mouseUp go home end mouseUp